Skip to content

feat(gemini): gemini cleanup and refactor #300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

DevelopmentCats
Copy link
Contributor

@DevelopmentCats DevelopmentCats commented Aug 6, 2025

Closes #260

Description

Cleans up and fixes issues with Gemini module.

Type of Change

  • New module
  • Bug fix
  • Feature/enhancement
  • Documentation
  • Other

Module Information

Path: registry/coder-labs/modules/gemini
New version: v1.1.0
Breaking change: [X] Yes [ ] No

Testing & Validation

  • Tests pass (bun test)
  • Code formatted (bun run fmt)
  • Changes tested locally

Related Issues

#260

DevelopmentCats and others added 14 commits August 5, 2025 01:30
- distinguished module usage in task mode and basic mode
- remove built in coder parameter, and add as variable instead
…entapi server startup

Remove AGENTAPI_PORT parameter handling and PORT variable assignment in start script,
allowing agentapi server to use its default port. Update test name from "happy-path"
to "agent-api" for better clarity of what is being tested.
@DevelopmentCats DevelopmentCats self-assigned this Aug 6, 2025
default = true
}

variable "agentapi_version" {
type = string
description = "The version of AgentAPI to install."
default = "v0.3.0"
default = "v0.2.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may want to use a more recent version

@@ -166,7 +176,7 @@ EOT

module "agentapi" {
source = "registry.coder.com/coder/agentapi/coder"
version = "1.0.0"
version = "1.0.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use the latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UX issues with Gemini CLI Module
2 participants